home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / zlaty kalich / zlatykalich / ZlatyKalich.exe / scripts / DefineSprite_894 / frame_303 / DoAction.as
Text File  |  2001-12-02  |  551b  |  25 lines

  1. call("/:hide");
  2. _root.pepa.gotoAndStop("talkqc");
  3. _root.malir.gotoAndStop("talk");
  4. if(_root.english == 1)
  5. {
  6.    if(random(2) == 0)
  7.    {
  8.       s1 = "I\'m a metaphysical bohemian, don\'t care \'bout materialistic shit";
  9.    }
  10.    else
  11.    {
  12.       s1 = "Nothing abnormal - the ordinary could appreciate it";
  13.    }
  14. }
  15. else if(random(2) == 0)
  16. {
  17.    s1 = "Jsem metafyzick∩┐╜ boh∩┐╜m, materialistick∩┐╜ sra∩┐╜ky m∩┐╜ nezaj∩┐╜maj";
  18. }
  19. else
  20. {
  21.    s1 = "Nic abnorm∩┐╜ln∩┐╜ho - to si nech pro oby∩┐╜ejn∩┐╜ lidi";
  22. }
  23. _root.malirkecy = s1;
  24. wait = 0;
  25.